SecurityStateExplanation

data class SecurityStateExplanation(securityState: SecurityState, title: String, summary: String, description: String, mixedContentType: MixedContentType, certificate: List<String>, recommendations: List<String>?)

An explanation of an factor contributing to the security state.

Constructors

SecurityStateExplanation
Link copied to clipboard
fun SecurityStateExplanation(securityState: SecurityState, title: String, summary: String, description: String, mixedContentType: MixedContentType, certificate: List<String>, recommendations: List<String>? = null)

Properties

certificate
Link copied to clipboard
val certificate: List<String>
Page certificate.
description
Link copied to clipboard
val description: String
Full text explanation of the factor.
mixedContentType
Link copied to clipboard
val mixedContentType: MixedContentType
The type of mixed content described by the explanation.
recommendations
Link copied to clipboard
val recommendations: List<String>? = null
Recommendations to fix any issues.
securityState
Link copied to clipboard
val securityState: SecurityState
Security state representing the severity of the factor being explained.
summary
Link copied to clipboard
val summary: String
Short phrase describing the type of factor.
title
Link copied to clipboard
val title: String
Title describing the type of factor.

Sources

jvm source
Link copied to clipboard